home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem This file is called from _BUILD.RMK !
- rem it's a working batch file for _BUILD.RMK !
- rem
- echo:
- echo:
- echo:
- if exist OBJECT.lib del OBJECT.lib
- if exist %2.lib copy %2.lib Object.lib
- if not exist %2.lib echo The OBJECT.lib will not be contain %2.lib !
- if not exist %2.lib pause
- %1 %3 @_Build.rml
- if exist Object.bak del Object.bak
-